home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / e.dxr / 00010_#E05 - Free Power Pellet dispenser.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  548 b   |  17 lines

  1. global gEnvironmentSound, gOBJECTSE, gObjects, gStates, NULLrect, gHotRects, gCursorlist, gWorld, sQTSPRITE, sQTCharSprite
  2.  
  3. on DopelletBtn
  4.   setaProp(getaProp(gStates, #Conditions), #Coast, #true)
  5.   setaProp(getaProp(gObjects, #CarGasGauge), #fuelLevel, 2)
  6.   changeGasGauge(3, #false)
  7.   set initList to [#goToG22, #goToF01, #goToH01]
  8.   set killList to [#lookAtPelletDispenser]
  9.   changeHotSpots(initList, killList, #false)
  10. end
  11.  
  12. on doBackToForkView
  13.   set lastKey to string(getaProp(gLastKeyList, #RefName))
  14.   Jumptokey(#E06H)
  15.   CursorandUpdate()
  16. end
  17.